From: Dave Love Date: Fri, 26 Sep 2003 17:24:56 +0000 (+0000) Subject: (x_bitmap_mask): Declare. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25423 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=364608efc6387ab093157bdaa9ba1aa8a016dd83;p=emacs.git (x_bitmap_mask): Declare. --- diff --git a/src/xterm.c b/src/xterm.c index 3300f6b505d..13f4d021766 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -304,7 +304,7 @@ static Lisp_Object Qvendor_specific_keysyms; static Lisp_Object Qlatin_1; extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); - +extern int x_bitmap_mask P_ ((FRAME_PTR, int)); static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *)); static void x_set_window_size_1 P_ ((struct frame *, int, int, int));